@await Html.PartialAsync("~/Components/Molecules/GlossaryTermModal/GlossaryTermModal.cshtml", new GlossaryTermModalProps
{
"Category": "Medical Term",
"Title": "Chemotherapy",
"Description": "\u003Cp\u003EChemotherapy is a type of cancer treatment that uses one or more anti-cancer drugs as part of a standardized chemotherapy regimen. It works by stopping or slowing the growth of cancer cells, which grow and divide quickly.\u003C/p\u003E\u003Cp\u003EWhile chemotherapy can be effective in treating cancer, it may also affect healthy cells that divide quickly, such as those in the mouth, intestines, and hair follicles, which can lead to side effects.\u003C/p\u003E",
"LinkText": "Learn more about chemotherapy",
"LinkUrl": "#",
"Key": "chemotherapy-visible",
"IsVisible": true
})